UCF STIG Viewer Logo

The root accounts list of preloaded libraries must be empty.


Overview

Finding ID Version Rule ID IA Controls Severity
V-39383 GEN000950-ESXI5-444 SV-51241r1_rule Medium
Description
The library preload list environment variable contains a list of libraries for the dynamic linker to load before loading the libraries required by the binary. If this list contains paths to libraries relative to the current working directory, unintended libraries may be preloaded. This variable is formatted as a space-separated list of libraries. Paths starting with (/) are absolute paths.
STIG Date
VMware ESXi Server 5.0 Security Technical Implementation Guide 2013-09-12

Details

Check Text ( C-46657r2_chk )
Disable lock down mode.
Enable the ESXi Shell.
= /etc/profile
= LD_PRELOAD
= "" (Note: must either be empty or explicitly set to an empty string)
Execute the following command(s):
# grep libdir /etc/vmware/config

If the LD_PRELOAD is set to anything other than an empty string, this is a finding.

If the LD_PRELOAD is not set or is set to an empty string, this is not a finding.

Re-enable lock down mode.
Fix Text (F-44396r2_fix)
Disable lock down mode.
Enable the ESXi Shell.
= /etc/profile
= LD_PRELOAD
= ""
Execute the following command(s):
# vi /etc/profile

Set the LD_PRELOAD to "".

Re-enable lock down mode.